public MemberExecutionTime<T>( T subject, Expression<Action<T>> action, StartTimer createTimer )
Parameters
- subject
- The object that exposes the method or property.
- action
- A reference to the method or property to measure the execution time of.
- createTimer